google.golang.org/grpc/internal/buffer.Unbounded.c (field)
5 uses
google.golang.org/grpc/internal/buffer (current package)
unbounded.go#L37: c chan interface{}
unbounded.go#L44: return &Unbounded{c: make(chan interface{}, 1)}
unbounded.go#L52: case b.c <- t:
unbounded.go#L69: case b.c <- b.backlog[0]:
unbounded.go#L84: return b.c
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)